home *** CD-ROM | disk | FTP | other *** search
- /* Copyright (c) Oracle Corporation 1992, 1993. All Rights Reserved */
- /*****************************************************************************
- NAME
- tcp11.ins - Windows 95 V3 installation script for SQL*Net TCP/IP.
-
- DESCRIPTION
- This script performs the installation tasks for the Windows 95 SQL*Net
- TCP/IP product (client version).
-
- VERSION
- 1.1.6.6
-
- OWNER
- Tony Rodgers
-
- MODIFIED DD-MMM-YY Reason
- trodgers 10-APR-92 Created.
- Calvin 21-FEB-92 Modified for standalone install.
- Eflores 26-JUL-94 Modified for 3.0.10 installer
- LMurphy 08-SEP-95 Modified for Windows 95
- *****************************************************************************/
-
- {
- if (doit)
- {
- ins_ratchet = "1.1.0.0.0";
-
- execute("%installer_home%\win95.ins");
-
- install(w95rsf72);
-
- ui_product(product_label);
-
- permit_retry_operations = TRUE;
-
- ui_action(instantiate(net1_install_scripts));
- copy(deinstl);
-
- permit_retry_operations = FALSE;
-
- ui_action(instantiate(net1_install_dlls));
- copy(dll);
-
- ui_action(instantiate(net1_register_label));
- register(current_product);
-
- if (member(selected_products,current_product))
- reference(current_product);
-
- reference(w95rsf72, current_product);
- }
- }
-